Declare Function GetPrivateProfileString Lib "Kernel" (ByVal AppName As String, ByVal KeyName As String, ByVal Default As String, ByVal ReturnedString As String, ByVal MaxSize As Integer, ByVal IniFileName As String) As Integer
' This is a simple demo to show how to access the default
' saver password. To use this in a Screen Saver you'll need
' to add the routines to check and change the password and